home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Tutorials / Tutorial_3 < prev    next >
Encoding:
Text File  |  1993-08-08  |  2.5 KB  |  69 lines

  1.                Tutorial 3
  2.  
  3.              Making a Slideshow disk
  4.  
  5. This final tutorial deals with making a Slideshow disk.  This is a simple
  6. disk that displays a sequence of pictures in order and is very common in the
  7. Public Domain.  The first step is to make a drawer on Tutorial: called
  8. Pictures.  You already know how to make a new drawer so do it now...
  9.  
  10. ...OK?  Now load DPAINT or something and create five pictures.  If you 
  11. can't draw, use some of the example pictures.  Save them in the Pictures
  12. drawer of Tutorial with the names Pic1, Pic2 ... Pic5.
  13.  
  14. ...Finished?   Now copy the picture viewer Vilbm from the C drawer of 
  15. C.L.Index to the C drawer of Tutorial.  Don't forget you can use C: to 
  16. specify the C.L.Index C drawer if you booted from that disk.  And don't
  17. forget to copy files to RAM: first to speed up copying.
  18.  
  19. ...Have you realised how much you can do on your own?  So far I haven't
  20. given you anything to type - you've done it all yourself!
  21.  
  22. Now it is time to introduce another command - Delete.  You use this to 
  23. remove files or drawers you no longer need.  You are going to delete the 
  24. file message.  So type
  25.  
  26.     Delete Tutorial:Message
  27.  
  28. and the computer will announce the file is deleted.  Be careful with 
  29. delete because you cannot get back what you delete.  Now it is time to 
  30. print or write out some instructions.
  31.  
  32. ******START
  33.  
  34. Use Ed to edit Tutorial's file S/Startup-sequence.  you already know how to
  35. do this.  Delete the line that is already there and type in these lines.
  36.  
  37.     Echo "Slideshow disk by <your name>"
  38.     Echo "Press left mouse to go onto next picture"
  39.     Vilbm Pictures/Pic1
  40.     Vilbm Pictures/Pic2
  41.     Vilbm Pictures/Pic3
  42.     Vilbm Pictures/Pic4
  43.     Vilbm Pictures/Pic5
  44.     Echo "Slideshow finished... Bye!"
  45.  
  46. Save the file then quit.
  47.  
  48. ********END
  49.  
  50. Echo is a special command used by AmigaDOS to type some text to the screen
  51. without having to make a file and use Type.  The problem is you can only
  52. do one line at a time this way.  Read the final checklist then try out the
  53. disk.  Now try reading the rest of C.L.Index and see how much you can
  54. understand.
  55.  
  56. Checklist
  57.  
  58. Now you can...
  59.  
  60.     o Use Vilbm to show a picture
  61.     o Make an autobooting Slideshow disk
  62.     o Delete unwanted files
  63.     o Use all the commands in the tutorial
  64.  
  65. Now you can try making many more autobooting disks using many more CLI 
  66. commands.  How about a disk that tells you the title of each picture as it
  67. loads?  Or how about using the Run command with a player and play some 
  68. music?  the possibilities are almost endless.  Have fun!
  69.